Intake form - #24
Merged
Merged
Conversation
Graphite Automations"Request reviewers once CI passes" took an action on this PR • (06/09/26)2 reviewers were added to this PR based on Henry Chen's automation. |
arklian
reviewed
Jun 17, 2026
arklian
requested changes
Jun 22, 2026
arklian
approved these changes
Jun 22, 2026
…pFormSchema. types.ts created for SignUpFormValues. Validation uses zod schema. validate() renamed to validateForm()
…required with default no preference
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Corresponding Tickets
(link to notion: https://app.notion.com/p/34a68e2349b280ebbf7dcee7cfd73867?v=34a68e2349b280bc87a2000ca868bce7)
SignUp.page.tsx
UI wrapper for signup form and marketing text
SignUpForm.tsx
Public facing sign up form that collects information for user profile and matching preferences
Expected Behavior
SignUpFormConfig.ts
Defines constants for SignUpForm.tsx
Other Changes
Testing Method
UI Render - Default Form, No Fill, No Submission
Demo
UI Render - With Errors
Demo
UI Render - Valid Submission
Demo